OpenRoads Designer CONNECT Edition SDK Help

NestedSubLinearElementsCount Property

Gets the count of all sub linear elements of the LinearComplex. Exp: complex C1 = line1 + line2 complex C = C1 + arc ==> return: count = 3.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public int  NestedSubLinearElementsCount {get;}

Property Value

See Also